-
Notifications
You must be signed in to change notification settings - Fork 8.3k
init: remove duplicate code #99741
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
init: remove duplicate code #99741
Conversation
|
Hello @liu381257974, and thank you very much for your first pull request to the Zephyr project! |
|
we probably should remove this from device.c and keep it in init.c, it is only being used in init.c |
568e894 to
db07217
Compare
Done . |
db07217 to
6595b47
Compare
API z_device_state_init has already defined in init.c Signed-off-by: Liu Qian <liuqian.andy@picoheart.com>
6595b47 to
cec170f
Compare
8d08dcc to
cec170f
Compare
|
|
Hi @liu381257974! To celebrate this milestone and showcase your contribution, we'd love to award you the Zephyr Technical Contributor badge. If you're interested, please claim your badge by filling out this form: Claim Your Zephyr Badge. Thank you for your valuable input, and we look forward to seeing more of your contributions in the future! 🪁 |



API z_device_state_init has already defined in device.c
Signed-off-by: liuqian.andy liuqian.andyl@picoheart.com